const net/http.overlaps
7 uses
net/http (current package)
pattern.go#L216: overlaps relationship = "overlaps" // there is a request that both match, but neither is more specific
pattern.go#L240: return rel == equivalent || rel == overlaps
pattern.go#L365: case overlaps:
pattern.go#L369: return overlaps
pattern.go#L375: return overlaps
pattern.go#L413: if rel != overlaps {
pattern.go#L416: if prel == overlaps {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |